home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / locale / sv-SE / firebug.properties < prev   
Text File  |  2009-12-14  |  32KB  |  640 lines

  1. Firebug=Firebug
  2. # LOCALIZATION NOTE (WindowTitle): Title of detached Firebug window.
  3. # %S Title of the associated web page.
  4. # examples: Firebug - Google
  5. WindowTitle=Firebug - %S
  6. # Panel titles
  7. Panel-console=Konsol
  8. Panel-net=Net
  9. Panel-html=HTML
  10. Panel-stylesheet=CSS
  11. Panel-script=Skript
  12. Panel-dom=DOM
  13. Panel-css=Stil
  14. Panel-computed=Beräknad
  15. Panel-layout=Layout
  16. Panel-domSide=DOM
  17. Panel-watches=Bevaka
  18. Panel-breakpoints=Breakpoints
  19. Panel-callstack=Stack
  20. Panel-scopes=Scopes
  21. # LOCALIZATION NOTE (plural.Total_Firebugs): Semi-colon list of plural forms.
  22. # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
  23. # Used in a tooltip that is displayed for Firebug icon located within Firefox status bar.
  24. # Displays number of pages with Firebug activated.
  25. # %S number of Firebugs activated
  26. # example: 2 Total Firebugs
  27. plural.Total_Firebugs=%S Total Firebug;%S Total Firebugs
  28. inBrowser=I webbl├ñsare
  29. detached=Fristående
  30. minimized=Minimerad
  31. enablement.for_all_pages=f├╢r alla sidor
  32. enablement.on=På
  33. enablement.off=Av
  34. none=Stängd
  35. Detached=Fristående
  36. Firebug_-_inactive_for_selected_Firefox_tab=Firebug - inaktiverad f├╢r valda flikar
  37. Activate_Firebug_for_the_selected_Firefox_tab=Aktivera Firebug f├╢r den valda Firefoxfliken
  38. Minimized=Minimerad
  39. Minimize_Firebug=Minimera Firebug
  40. On_for_all_web_pages=Aktiverad f├╢r alla webbsidor
  41. firebug.menu.Clear_Activation_List=T├╢m aktiveringslistan
  42. firebug_options=Inst├ñllningar f├╢r Firebug
  43. firebug_options_showQuickInfoBox=Visa snabbinfoboxen
  44. # Console panel options.
  45. ShowJavaScriptErrors=Visa JavaScript fel
  46. ShowJavaScriptWarnings=Visa JavaScript varningar
  47. ShowCSSErrors=Visa CSS fel
  48. ShowXMLErrors=Visa XML fel
  49. ShowStackTrace=Visa stacksp├Ñrning vid fel
  50. ShowXULErrors=Visa XUL fel
  51. ShowXULMessages=Visa XUL meddelanden
  52. ShowXMLHttpRequests=Visa XMLHttpRequests
  53. ShowChromeErrors=Visa Chrome fel
  54. ShowChromeMessages=Visa Chrome meddelanden
  55. ShowExternalErrors=Visa externa fel
  56. ShowNetworkErrors=Visa n├ñtverksfel
  57. JavascriptOptionsStrict=Strikta varningar (s├ñmre prestanda)
  58. LargeCommandLine=St├╢rre kommandorad
  59. console_command_line=konsol kommandorad
  60. Assertion=Assertion fel
  61. # LOCALIZATION NOTE (Line): Used at many places in the UI. Displays location of an error,
  62. # message, etc. within a source of a web page.
  63. # #1 File name, #2 Line number
  64. # examples: somePage.htm (line 64)
  65. Line=%S (rad %S)
  66. InstanceLine=%S #%S (rad %S)
  67. StackItem=%S (%S rad %S)
  68. SystemItem=<System>
  69. # LOCALIZATION NOTE (InspectInTab): Menu item label used in a various context menus.
  70. # For example, right clicking on an element in the HTML panel offers an action to inspect
  71. # clicked element in the DOM panel (tab).
  72. # #1 Target panel title
  73. # examples: Inspect in DOM Tab
  74. InspectInTab=Granska i %S flik
  75. NoName=(inget namn)
  76. # LOCALIZATION NOTE (jsdIScript): an internal Firefox object used for debugging Firebug
  77. # do not translate.
  78. # #1 jsdIScript.tag
  79. jsdIScript=jsdIScript %S
  80. # HTML panel context menu items.
  81. ShowFullText=Visa hela texten
  82. ShowWhitespace=Visa whitespace
  83. ShowTextNodesWithEntities=Visa grundegenskaper
  84. ShowComments=Visa kommentarer
  85. HighlightMutations=Markera ├ñndringar
  86. ExpandMutations=Expandera ├ñndringar
  87. ScrollToMutations=Bl├ñddra fram ├ñndringar automatiskt
  88. ScrollIntoView=Bl├ñddra fram automatiskt
  89. NewAttribute=Nytt attribut...
  90. EditHTMLElement=Redigera HTML...
  91. EditSVGElement=Redigera SVG...
  92. EditMathMLElement=Redigera MathML...
  93. DeleteElement=Ta bort element
  94. EditNode=Redigera HTML...
  95. DeleteNode=Radera nod...
  96. ShowQuickInfoBox=Visa snabbinfoboxen
  97. ShadeBoxModel=Shade Box Model
  98. # Quick Info Box
  99. quickInfo=Snabbinfo
  100. computedStyle=Ber├ñknad stil
  101. # LOCALIZATION NOTE (html.Break_On_Mutate, html.Disable_Break_On_Mutate): Tooltips for resume
  102. # button that are used when the HTML panel is currently selected. The button allows stopping
  103. # JS execution when DOM of the current page is modified.
  104. html.Break_On_Mutate=Bryt vid mutering
  105. html.Disable_Break_On_Mutate=Bryt inte vid mutering
  106. html.label.Break_On_Text_Change=Bryt vid text├ñndring
  107. html.label.HTML_Breakpoints=HTML brytpunkter
  108. html.label.Break_On_Attribute_Change=Bryt vid attribut├ñndringar
  109. html.label.Break_On_Child_Addition_or_Removal=Bryt n├ñr undernoder tas bort och l├ñggs till
  110. html.label.Break_On_Element_Removal=Bryt vid borttagning av element
  111. dom.label.DOM_Breakpoints=DOM brytpunkter
  112. # LOCALIZATION NOTE (EditAttribute): Menu Item label used in HTML panel context menu. Allows
  113. # editing an existing HTML element attribute.
  114. # #1 Name of the clicked attribute.
  115. # examples: Edit Attribute "onclick"...
  116. EditAttribute=├ändra attribut "%S"...
  117. # LOCALIZATION NOTE (DeleteAttribute): Menu Item label used in HTML panel context menu. Allows
  118. # deleting an existing HTML element attribute.
  119. # #1 Name of the clicked attribute.
  120. # examples: Delete Attribute "onclick"...
  121. DeleteAttribute=Radera attribut "%S"
  122. # LOCALIZATION NOTE (InheritedFrom): Displaying a HTML element name + an applied CSS rule.
  123. # that has been inherited. Used in the Style side panel (under HTML panel).
  124. # examples: Inherited from table.tabView
  125. InheritedFrom=├ärvd fr├Ñn
  126. SothinkWarning=Till├ñgget Sothink SWF Catcher hindrar Firebug fr├Ñn att fungera korrekt.<br><br>Var v├ñnlig l├ñs <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">detta inl├ñgg i Firebugs FAQ</a> f├╢r hj├ñlp.
  127. DOMInspectorWarning=Kan inte visa stilar.<br><br>L├ñs <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">detta inl├ñgg i Firebugs FAQ</a> f├╢r hj├ñlp.
  128. EmptyStyleSheet=Det finns inga regler i stilmallen.
  129. EmptyElementCSS=Elementet har inga stilregler
  130. EditStyle=Redigera elementets stil...
  131. NewRule=Ny regel...
  132. NewProp=Ny egenskap...
  133. # LOCALIZATION NOTE (EditProp): Menu item label used in the CSS panel context menu.
  134. # Allows to edit an existing CSS rule property.
  135. # %S Name of the clicked property
  136. # examples: Edit "background-color"...
  137. EditProp=Redigera "%S"...
  138. # LOCALIZATION NOTE (DisableProp): Menu item label used in the CSS panel context menu.
  139. # Allows to disable an existing CSS rule property.
  140. # %S Name of the clicked property
  141. # examples: Disable "background-color"
  142. DisableProp=Inaktivera "%S"
  143. # LOCALIZATION NOTE (DeleteProp): Menu item label used in the CSS panel context menu.
  144. # Allows to delete an existing CSS rule property.
  145. # %S Name of the clicked property
  146. # examples: Delete "background-color"
  147. DeleteProp=Radera "%S"
  148. # Console context menu labels.
  149. BreakOnThisError=Bryt vid detta fel
  150. BreakOnAllErrors=Bryt vid alla fel
  151. DisableBreakOnNext=Inaktivera bryt vid n├ñsta
  152. DecompileEvals=Dekompilering av eval() kod
  153. ShowAllSourceFiles=Visa k├ñllkod f├╢r Chrome
  154. TrackThrowCatch=Sp├Ñra Throw/Catch
  155. UseLastLineForEvalName=Anv├ñnd senaste raden f├╢r eval() namn
  156. UseMD5ForEvalName=Anv├ñnd MD5 f├╢r eval() namn
  157. # LOCALIZATION NOTE do not translate, no longer used(?)
  158. DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
  159. DBG_FBS_BP=Varning! DBG_BP
  160. DBG_FBS_ERRORS=Varning! DBG_ERRORS
  161. DBG_FBS_STEP=Varning! DBG_STEP
  162. # Breakpoints side panel
  163. Breakpoints=Brytpunkter
  164. ErrorBreakpoints=Brytpunkter vid fel
  165. LoggedFunctions=Loggade funktioner
  166. EnableAllBreakpoints=Aktivera alla brytpunkter
  167. DisableAllBreakpoints=Inaktivera alla brytpunkter
  168. ClearAllBreakpoints=Ta bort alla brytpunkter
  169. # Script panel
  170. Continue=Fortsätt
  171. StepOver=Stega ├╢ver
  172. StepInto=Stega in i
  173. StepOut=Stega ur
  174. RunUntil=K├╢r till denna rad
  175. ScriptsFilterStatic=Visa statiska skript
  176. ScriptsFilterEval=Visa skript: statiska och eval()
  177. ScriptsFilterEvent=Visa skript: statiska och h├ñndelser
  178. ScriptsFilterAll=Visa skript: statiska, eval() och h├ñndelser
  179. ScriptsFilterStaticShort=statiska
  180. ScriptsFilterEvalShort=eval()
  181. ScriptsFilterEventShort=händelser
  182. ScriptsFilterAllShort=alla
  183. ShowUserProps=Visa anv├ñndardefinierade egenskaper
  184. ShowUserFuncs=Visa anv├ñndardefinierade funktioner
  185. ShowDOMProps=Visa DOM egenskaper
  186. ShowDOMFuncs=Visa DOM funktioner
  187. ShowDOMConstants=Visa DOM konstanter
  188. NoMembersWarning=Det finns inga egenskaper f├╢r detta objekt
  189. NewWatch=Nytt watch uttryck...
  190. AddWatch=L├ñgg till watch
  191. CopySourceCode=Kopiera k├ñllkod
  192. CopyValue=Kopiera v├ñrde
  193. Copy_Name=Kopiera namn
  194. Copy_Path=Kopiera s├╢kv├ñg
  195. NewProperty=Ny egenskap...
  196. EditProperty=Redigera egenskap...
  197. EditVariable=Redigera variabel...
  198. EditWatch=Redigera watch...
  199. DeleteProperty=Ta bort egenskap
  200. DeleteWatch=Ta bort watch
  201. ConditionInput=Denna brytpunkt kommer att stoppa exekvering enbart om detta uttryck ├ñr sant:
  202. SetBreakpoint=S├ñtt brytpunkt
  203. DisableBreakpoint=Inaktivera brytpunkt
  204. EditBreakpointCondition=Villkor f├╢r brytpunkt...
  205. NoBreakpointsWarning=Det finns inga brytpunkter p├Ñ denna sida
  206. Show_User_Agent_CSS=Visa User Agent CSS
  207. # LOCALIZATION NOTE (LayoutPadding, LayoutBorder, LayoutMargin, LayoutOffset, LayoutAdjacent):
  208. # Labels used to describe layout properties a the selected HTML element.
  209. # Used in the Layout side panel under HMTL panel.
  210. LayoutPadding=padding
  211. LayoutBorder=border
  212. LayoutMargin=margin
  213. LayoutOffset=offset
  214. LayoutAdjacent=intilliggande
  215. position=position
  216. # LOCALIZATION NOTE (ShowRulers): Label for context menu item. Used in the Layout side panel
  217. # under HTML panel.
  218. ShowRulers=Visa linjaler och guider
  219. # Net panel
  220. Loading=Laddar...
  221. Headers=Headers
  222. # LOCALIZATION NOTE (net.header.Reset_Header) Label for header context menu (within the net panel)
  223. net.header.Reset_Header=├àterst├ñll Header
  224. # LOCALIZATION NOTE (net.header.URL, net.header.URL_Tooltip, net.header.Status,
  225. # net.header.Status_Tooltip, net.header.Domain, net.header.Domain_Tooltip,
  226. # net.header.Size, net.header.Size_Tooltip, net.header.Timeline, net.header.Timeline_Tooltip):
  227. # Labels and tooltips for a headers displayed on top of the Net panel.
  228. net.header.URL=URL
  229. net.header.URL_Tooltip=Beg├ñrd URL och HTTP metod.
  230. net.header.Status=Status
  231. net.header.Status_Tooltip=Status f├╢r mottaget svar.
  232. net.header.Domain=Domän
  233. net.header.Domain_Tooltip=Dom├ñn f├╢r beg├ñran.
  234. net.header.Size=Storlek
  235. net.header.Size_Tooltip=Storlek p├Ñ svaret.
  236. net.header.Timeline=Tidslinje
  237. net.header.Timeline_Tooltip=Detaljerad timinginformation f├╢r beg├ñran/svar tids├Ñtg├Ñng.
  238. # LOCALIZATION NOTE (net.label.Network_Breakpoints): Label for network breakpoints group.
  239. net.label.XHR_Breakpoints=XHR brytpunkter
  240. # LOCALIZATION NOTE (net.label.Break_On_Request): Label used in the Net panel's context
  241. # menu for breaking on a XHR.
  242. net.label.Break_On_XHR=Bryt vid XHR
  243. # LOCALIZATION NOTE (net.headers.view_source, net.headers.pretty_print): Labels used in the
  244. # Net panel's Headers tab (displayed if you expand a network request). The label is used
  245. # for a button that switches the view between "show raw source code" and "pretty formated header
  246. # values".
  247. net.headers.view_source=visa k├ñllkod
  248. net.headers.pretty_print=pretty print
  249. # LOCALIZATION NOTE (Post, Put): Label (verb) used in the Net panel for detailed info about
  250. # a network request (displayed when a net panel entry is expanded). The content of
  251. # this tab displays sent data (related to a HTTP send method).
  252. Post=Post
  253. Put=Put
  254. # LOCALIZATION NOTE (Response, URLParameters, Cache, HTML, jsonviewer.tab.JSON, xmlviewer.tab.XML):
  255. # Label used in the Net panel for detailed info about a network request (displayed
  256. # when a net panel entry is expanded)
  257. Response=Response
  258. URLParameters=Params
  259. Cache=Cache
  260. HTML=HTML
  261. jsonviewer.tab.JSON=JSON
  262. xmlviewer.tab.XML=XML
  263. # LOCALIZATION NOTE (RequestHeaders, ResponseHeaders): Label (noun) used in the Net panel
  264. # (expand an entry in the panel and select Headers tab).
  265. RequestHeaders=Request Headers
  266. ResponseHeaders=Response Headers
  267. # LOCALIZATION NOTE (plural.Limit_Exceeded): Semi-colon list of plural forms.
  268. # A message displayed in the Net panel when some entries must be removed since maximum number
  269. # of entries has been reached.
  270. # %S the number of entries removed
  271. # example: Firebug's log limit has been reached. 150 entries not shown.
  272. plural.Limit_Exceeded=Firebugs loggr├ñns ├ñr n├Ñdd. %S post visas inte.;Firebugs loggr├ñns ├ñr n├Ñdd. %S poster visas inte.
  273. LimitPrefs=Inställningar
  274. # LOCALIZATION NOTE (LimitPrefsTitle): A message displayed in the Net panel when log limit
  275. # has been reached. Informing the user what preferencee should be changed to modify the limit.
  276. # %S Name of a preference.
  277. # examples: In order to change the limit modify: firebug.extensions.console.logLimit
  278. LimitPrefsTitle=F├╢r att modifiera gr├ñnsv├ñrdet, ├ñndra: %S
  279. Refresh=Uppdatera
  280. OpenInTab=├ûppna i ny flik
  281. Open_Response_In_New_Tab=├ûppna svar i ny flik
  282. # LOCALIZATION NOTE (Profile): Used as a caption for reported profile info.
  283. # (result of javascript profiler tool). Represents a verb.
  284. Profile=Profilera
  285. ProfilerStarted=Profileraren k├╢r. Klicka 'Profilera' igen f├╢r att se en rapport.
  286. # LOCALIZATION NOTE (plural.Profile_Time): Semi-colon list of plural forms.
  287. # Used as a caption for reported profile info (result of javascript profiler tool).
  288. # #1 number of milliseconds
  289. # #2 number of calls (plural)
  290. # example: (#1ms, #2 calls)
  291. plural.Profile_Time=(%Sms, %S anrop);(%Sms, %S anrop)
  292. NothingToProfile=Ingen aktivitet att profilera.
  293. PercentTooltip=Procentuell andel av tid spenderad p├Ñ denna funktion.
  294. CallsHeaderTooltip=Antal g├Ñnger denna funktion anropades.
  295. OwnTimeHeaderTooltip=Tid spenderad i funktion, exkluderat n├ñstlade anrop.
  296. TimeHeaderTooltip=Tid spenderad i funktion, inkluderat n├ñstlade anrop.
  297. AvgHeaderTooltip=Genomsnittstid, inklusive funktionsanrop.
  298. MinHeaderTooltip=Minimumtid, inklusive funktionsanrop.
  299. MaxHeaderTooltip=Maximumtid, inklusive funktionsanrop
  300. ProfileButton.Enabled.Tooltip=Profilera k├╢rtid f├╢r JavaScript.
  301. ProfileButton.Disabled.Tooltip=Profilera k├╢rtid f├╢r JavaScript (skriptpanelen m├Ñste vara aktiv).
  302. Function=Funktion
  303. Percent=Procent
  304. # LOCALIZATION NOTE (Calls, OwnTime, Time, Avg, Min, Max, File): Used in profiler report header
  305. # (name of a report column). In order to see this, select the Console panel start profiling
  306. # by clicking the Profile button and stop it by clicking again. The report is logged into the
  307. # console panel. Make sure Script panel is enabled.
  308. Calls=Anrop
  309. OwnTime=Egen tid
  310. Time=Tid
  311. Avg=Medel
  312. Min=Min
  313. Max=Max
  314. File=Fil
  315. # Support for clipboard actions.
  316. Copy=Kopiera
  317. Cut=Klipp ut
  318. Remove=Ta bort
  319. CopyHTML=Kopiera HTML
  320. CopySVG=Kopiera SVG
  321. CopyMathML=Kopiera MathML
  322. CopyInnerHTML=Kopiera innerHTML
  323. CopyXPath=Kopiera XPath
  324. CopyLocation=Kopiera Location
  325. CopyLocationParameters=Kopiera Location inkl. parametrar
  326. CopyRequestHeaders=Kopiera Request Headers
  327. CopyResponseHeaders=Kopiera Response Headers
  328. CopyResponse=Kopiera Response Body
  329. CopyError=Kopiera fel
  330. CopySource=Kopiera funktion
  331. # LOCALIZATION NOTE (ShowCallsInConsole): Label for context menu item. Used in the Script
  332. # panel when clicking a function object.
  333. # %S Name of the function
  334. # Log Calls to "getData"
  335. ShowCallsInConsole=Logga anrop till "%S"
  336. ShowEventsInConsole=Logga h├ñndelser
  337. panel.Enabled=Aktiverad
  338. panel.Disabled=Inaktiverad
  339. panel.Enable=Aktivera
  340. panel.Disable=Inaktivera
  341. # LOCALIZATION NOTE (console.MethodNotSupported): A message displayed in the Console panel
  342. # if specific method is not supported.
  343. # %S Name of a not supported method.
  344. console.MethodNotSupported=Firebugs konsol st├╢der inte '%S'
  345. # LOCALIZATION NOTE (commandline.MethodNotSupported): A message displayed in the Console panel
  346. # when a not supported method is used on the command line.
  347. # %S Name of a not supported method.
  348. commandline.MethodNotSupported=Firebugs kommandorad st├╢der inte '%S'
  349. # LOCALIZATION NOTE (console.Disable_Break_On_All_Errors, console.Break_On_All_Errors):
  350. # Tooltip for the "Break on... " button used when the Console panel is selected.
  351. console.Disable_Break_On_All_Errors=Inaktivera brytpunkter f├╢r alla fel
  352. console.Break_On_All_Errors=Bryt vid alla fel
  353. # Console strings used when JavaScript is not available
  354. console.JSDisabledInFirefoxPrefs=JavaScript ├ñr inaktiverat i Firefox.Om du vill anv├ñnda konsollen, m├Ñste du aktivera JavaScript i menyn 'Verktyg'->'Inst├ñllningar'->'Inneh├Ñll'->'Aktivera JavaScript'
  355. # LOCALIZATION NOTE (net.sizeinfo.Response_Body, net.sizeinfo.Post_Body, net.sizeinfo.Total_Sent,
  356. # net.sizeinfo.Total_Received):
  357. # Labels used for detailed size info tooltip. The tooltip is displayed if you hover mouse
  358. # over a Size displayed within the Net panel. 'Total Sent' and 'Total Received' info includes
  359. # even sent and received heades size.
  360. net.sizeinfo.Response_Body=Response Body
  361. net.sizeinfo.Post_Body=Post Body
  362. net.sizeinfo.Total_Sent=Skickat totalt
  363. net.sizeinfo.Total_Received=Mottaget totalt
  364. net.ActivationMessage=Netpanel aktiverad. F├╢rfr├Ñgningar som skickats n├ñr panelen var inaktiverad visas inte.
  365. net.responseSizeLimitMessage=Firebugs storleksgr├ñns f├╢r svar har n├Ñtts. Klicka <a> h├ñr</a> f├╢r att ├╢ppna hela svaret i en flik.
  366. # LOCALIZATION NOTE (net.postDataSizeLimitMessage): A warning message displayed within the Net
  367. # panel (inside the Post tab of an expanded request entry). The message informs the user that
  368. # posted data reached Firebug's size limit and only part of it is displayed in the UI.
  369. net.postDataSizeLimitMessage=POST svarsstorlek ├╢verskriden, Firebug visar endast en del av svaret.
  370. net.Break_On_XHR=Stanna vid XHR
  371. net.label.Parameters=Parametrar
  372. net.label.Parts=Delar
  373. net.label.Source=Källa
  374. # LOCALIZATION NOTE (net.option.Disable_Browser_Cache): A label for Net panel's option.
  375. net.option.Disable_Browser_Cache=Inaktivera webbl├ñsarens cache
  376. script.Break_On_Next=Bryt p├Ñ n├ñsta
  377. ShowHttpHeaders=Visa HTTP Headers
  378. # LOCALIZATION NOTE (plural.Request_Count): Semi-colon list of plural forms.
  379. # A label used in the Net panel. Displays number of HTTP requests executed by the current page.
  380. # %S number of requests
  381. # example: 21 requests
  382. plural.Request_Count=%S beg├ñran;%S beg├ñranden
  383. FromCache=fr├Ñn cache
  384. StopLoading=Stoppa inl├ñsning
  385. LargeData=(Mycket stor data)
  386. ShowComputedStyle=Visa utr├ñknad stil
  387. StyleGroup-text=Text
  388. StyleGroup-background=Bakgrund
  389. StyleGroup-box=Boxmodell
  390. StyleGroup-layout=Layout
  391. StyleGroup-other=Övrigt
  392. Dimensions=%S x %S
  393. CopyColor=Kopiera f├ñrg
  394. CopyImageLocation=Kopiera bildadress
  395. OpenImageInNewTab=├ûppna bild i ny flik
  396. OmitObjectPathStack=Ta bort Toolbar Stack
  397. # LOCALIZATION NOTE (plural.Error_Count): Semi-colon list of plural forms.
  398. # A label used in Firefox status bar. Displays number of JavaScript errors found by Firebug.
  399. # %S number of errors
  400. # example: 111 Errors
  401. plural.Error_Count=%S Fel;%S Fel
  402. moduleManager.title=Panelen %S ├ñr inaktiverad
  403. moduleManager.desc3=Anv├ñnd popupmenyn f├╢r Firebugs statusf├ñltsikon f├╢r att inaktivera alla paneler. Anv├ñnd panelflikarnas meny f├╢r att kontrollera enskilda paneler.
  404. Suspend_Firebug=Pausa Firebug
  405. Resume_Firebug=├àterta Firebug
  406. Reset_Panels_To_Disabled=Inaktivera alla paneler
  407. Open_Console=├ûppna konsol
  408. Open_Console_Tooltip=├ûppna Firebugs sp├Ñrningskonsoll.
  409. Scope_Chain=Scope Chain
  410. # LOCALIZATION NOTE names of kinds of scopes. Probably best left in English.
  411. # With: the scope inside of the with(obj) {} statement
  412. With_Scope=Med
  413. # Call: the scope inside of a function eg function foo() { XXX here XXX var f = function() {} };
  414. Call_Scope=Anrop
  415. # Window: the scope inside of a Javascript window object.
  416. Window_Scope=F├╢nster
  417. Logs=Loggar
  418. Options=Inställningar
  419. Copy_Stack=Kopiera Stack
  420. Copy Exception=Kopiera undantag
  421. # Net panel timing info labels
  422. requestinfo.Blocking=Blockering
  423. requestinfo.Resolving=DNS lookup
  424. requestinfo.Connecting=Ansluter
  425. requestinfo.Sending=Skickar
  426. requestinfo.Waiting=Väntar
  427. requestinfo.Receiving=Tar emot
  428. requestinfo.ContentLoad='DOMContentLoaded' (h├ñndelse)
  429. requestinfo.WindowLoad='load' (h├ñndelse)
  430. requestinfo.Started=Startad
  431. editors.Editor_Configuration=Inst├ñllningar f├╢r redigerare
  432. search.Firebug_Search=Firebug s├╢k
  433. search.Next=Nästa
  434. search.Previous=Föregående
  435. search.Case_Sensitive=Tvinga skiftl├ñgesk├ñnslighet
  436. search.Multiple_Files=Flera filer
  437. search.html.CSS_Selector=CSS selektor
  438. search.net.Headers=Headers
  439. search.net.Parameters=Parametrar
  440. search.net.Response_Bodies=Response Bodies
  441. search.script.Multiple_Files=Flera filer
  442. firebug.console.Persist=Spara
  443. firebug.console.Do_Not_Clear_On_Reload=T├╢m inte vid omladdning
  444. firebug.menu.Clear_Console=Rensa konsollen
  445. firebug.menu.Reset_All_Options=├àterst├ñll alla inst├ñllningar
  446. firebug.menu.Enable_All_Panels=Aktivera alla paneler
  447. firebug.menu.Disable_All_Panels=Inaktivera alla paneler
  448. firebug.menu.Customize_shortcuts=Anpassa snabbtangenter
  449. firebug.menu.Enable_Accessibility_Enhancements=Aktivera Accessibility Enhancements
  450. firebug.menu.Activate_Same_Origin_URLs=Aktivera Same Origin URLs
  451. firebug.menu.Reset_All_Firebug_Options=├àterst├ñll alla inst├ñllningar
  452. firebug.menu.Firebug_Online=Firebug online
  453. firebug.shortcut.reenterCommand.label=Skriv kommando igen
  454. firebug.shortcut.toggleInspecting.label=(In)aktivera inspektor
  455. firebug.shortcut.toggleQuickInfoBox.label=(In)aktivera Snabbinfobox
  456. firebug.shortcut.toggleProfiling.label=(In)aktivera profilering
  457. firebug.shortcut.focusCommandLine.label=Fokusera kommandorad
  458. firebug.shortcut.focusFirebugSearch.label=Fokusera Firebug s├╢k
  459. firebug.shortcut.focusWatchEditor.label=Fokusera watcheditor
  460. firebug.shortcut.focusLocation.label=Fokusera plats
  461. firebug.shortcut.focusFbMenu.label=Fokusera Firebugs meny
  462. firebug.shortcut.nextObject.label=N├ñsta objekt
  463. firebug.shortcut.previousObject.label=F├╢reg├Ñende objekt
  464. firebug.shortcut.customizeFBKeys.label=Anpassa Firebugs snabbtangenter
  465. firebug.shortcut.detachFirebug.label=├ûppna Firebug i nytt f├╢nster
  466. firebug.shortcut.leftFirebugTab.label=V├ñxla till Firebugpanel till v├ñnster
  467. firebug.shortcut.rightFirebugTab.label=V├ñxla till Firebugpanel till h├╢ger
  468. firebug.shortcut.toggleFirebug.label=├ûppna Firebug
  469. firebug.shortcut.previousFirebugTab.label=F├╢req├Ñende Firebugflik
  470. firebug.shortcut.clearConsole.label=Rensa konsoll
  471. firebug.shortcut.openTraceConsole.label=├ûppna sp├Ñrningskonsoll
  472. customizeShortcuts=Firebug snabbtangentbindningar
  473. keybindConfirmMsg=Vill du spara dina ├ñndrade snabbtangenter? Starta om f├╢r aktivera dem
  474. #A11y Chrome Labels (not visible, spoken by screen readers)
  475. a11y.labels.panel_tools=panelverktyg
  476. a11y.labels.firebug_panels=Firebugpaneler
  477. a11y.labels.firebug_side_panels=Firebug sidopaneler
  478. a11y.labels.firebug_window=Firebug f├╢nster
  479. a11y.labels.firebug_status=Firebug status
  480. a11y.labels.reset=återställ
  481. a11y.labels.reset_shortcut=├Ñterst├ñll genv├ñg %S
  482. aria.labels.inactive_panel=inaktiv panel
  483. #A11y panelNode labels (not visible, spoken by screen readers)
  484. a11y.labels.log_rows=loggrader
  485. a11y.labels.call_stack=anropsstack
  486. a11y.labels.a11y.labels.document_structue=dokumentstruktur
  487. a11y.labels.title_panel=%S panel
  488. a11y.labels.title_side_panel=%S sidopanel
  489. a11y.labels.cached=cachad
  490. aria.labels.stack_trace=stackspårning
  491. #A11y Domplate labels  (not visible, spoken by screen readers)
  492. a11y.layout.padding=padding
  493. a11y.layout.border=border
  494. a11y.layout.margin=margin
  495. a11y.layout.offset=offset
  496. a11y.layout.offset_top=offset top
  497. a11y.layout.offset_right=offset right
  498. a11y.layout.offset_bottom=offset bottom
  499. a11y.layout.offset_left=offset left
  500. a11y.layout.margin_top=margin top
  501. a11y.layout.margin_right=margin right
  502. a11y.layout.margin_bottom=margin bottom
  503. a11y.layout.margin_left=margin left
  504. a11y.layout.border_top=border top
  505. a11y.layout.border_right=border right
  506. a11y.layout.border_bottom=border bottom
  507. a11y.layout.border_left=border left
  508. a11y.layout.padding_top=padding top
  509. a11y.layout.padding_right=padding right
  510. a11y.layout.padding_bottom=padding bottom
  511. a11y.layout.padding_left=padding left
  512. a11y.layout.top=top
  513. a11y.layout.right=right
  514. a11y.layout.bottom=bottom
  515. a11y.layout.left=left
  516. a11y.layout.width=width
  517. a11y.layout.height=height
  518. a11y.layout.size=size
  519. a11y.layout.position=position
  520. a11y.layout.z-index=z-index
  521. a11y.layout.clientBoundingRect=bounding client rect
  522. a11y.descriptions.press_enter_to_edit_values=Tryck RETUR och sedan TABB f├╢r att redigera v├ñrden
  523. a11y.labels.style_rules=stilregler
  524. aria.labels.inherited_style_rules=├ñrvda stilregler
  525. a11y.labels.computed_styles=ber├ñknade stilar
  526. a11y.labels.dom_properties=DOM egenskaper
  527. # LOCALIZATION NOTE
  528. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  529. # Describe contents of inline editor fields
  530. a11y.labels.inline_editor=inline editor
  531. a11y.labels.value_for_attribute_in_element=v├ñrde f├╢r attribut %S i element %S
  532. a11y.labels.attribute_for_element=v├ñrde f├╢r attribut %S
  533. a11y.labels.text_contents_for_element=textinneh├Ñll f├╢r element %S
  534. a11y.labels.defined_in_file=definierad i %S
  535. a11y.labels.declarations_for_selector=stildeklaration f├╢r '%S' selektor
  536. a11y.labels.property_for_selector=CSS egenskap f├╢r selektor: %S
  537. a11y.labels.value_property_in_selector=Egenskapsv├ñrde %S i selektor %S
  538. a11y.labels.css_selector=CSS selektor
  539. a11y.labels.source_code_for_file=k├ñllkod f├╢r fil %S
  540. # LOCALIZATION NOTE (a11y.labels.overridden):
  541. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  542. # indicates style property is overridden by selector with higher specificity
  543. a11y.labels.overridden=overridden
  544. a11y.labels.press_enter_to_add_new_watch_expression=tryck RETUR f├╢r att l├ñgga till bevakningsuttryck
  545. # LOCALIZATION NOTE (a11y.hasConditionalBreakpoint, a11y.hasDisabledBreakpoint):
  546. # Used by a11y. Not directly visible in the UI, intended for screen readers.
  547. # Existence and state of a breakpoint
  548. a11y.updates.has_conditional_break_point=har villkorlig brytpunkt
  549. a11y.updates.has_disabled_break_point=har inaktiverade brytpunkter
  550. # LOCALIZATION NOTE (a11y.updates.script_suspended_on_line_in_file): Used by a11y. Not directly
  551. # visible in the UI, intended for screen readers.
  552. # #1 Line number, #2 Function name, #3 File name
  553. a11y.updates.script_suspended_on_line_in_file=Skript pausat p├Ñ rad %S i %S, i fil %S
  554. # LOCALIZATION NOTE (a11y.updates.match_found_in_logrows): Used by a11y. Not directly
  555. # visible in the UI, intended for screen readers.
  556. # Describes the match found when performing a console panel search 
  557. # #1 %S String key the use is looking for. #2 number of rows that contain the matched text
  558. # examples: Match found for "test" in 17 log rows
  559. a11y.updates.match_found_in_logrows=matchande post funnen f├╢r %S i logg, rad %S
  560. # LOCALIZATION NOTE (a11y.updates.match_found_for_on_line): Used by a11y. Not directly
  561. # visible in the UI, intended for screen readers.
  562. # Describes the match found when performing a script panel search 
  563. # #1 %S String key the use is looking for. #2 line number the match was found on. #3 file name the match was found in
  564. # examples: Match found for "window.alert" on line 322 in utilities.js
  565. a11y.updates.match_found_for_on_line=matchande post funnen f├╢r %S p├Ñ rad %S i %S
  566. # LOCALIZATION NOTE (a11y.updates.match_found_in_element): Used by a11y. Not directly
  567. # visible in the UI, intended for screen readers.
  568. # Describes the match found when performing an HTML panel search (if it is found in an element node) 
  569. # #1 Search string that was matched. #2 the HTML element name containing the matched string. #3 XPATH string specifying  the matched element
  570. # examples: Match found for "obj" in object element at /html/body/object[2]
  571. a11y.updates.match_found_in_element=matchande post funnen f├╢r %S i element %S, s├╢kv├ñg %S
  572. # LOCALIZATION NOTE (a11y.updates.match_found_in_attribute): Used by a11y. Not directly
  573. # visible in the UI, intended for screen readers.
  574. # Describes the match found when performing an HTML  panel search (if it is found in an attribute node) 
  575. # #1 Search string that was matched. #2 Attribute name #3 attribute value 
  576. # #4 the HTML element name containing. #5 XPATH string specifying  the matched element
  577. # examples: Match found for "abindex" in tabindex="0" in span element at /html/body/span[2]
  578. a11y.updates.match_found_in_attribute=matchande post funnen f├╢r %S i attribut %S=%S f├╢r element %S, s├╢kv├ñg %S
  579. # LOCALIZATION NOTE (a11y.updates.match_found_in_text_content): Used by a11y. Not directly
  580. # visible in the UI, intended for screen readers.
  581. # Describes the match found when performing an HTML panel search (if it is found in a text element's contents) 
  582. # #1 Search string that was matched. #2 element's text content  
  583. # #3 the HTML element name containing. #4 XPATH string specifying  the matched element
  584. # examples: Match found for "Firebug Rocks!" in h2 element at /html/body/h2[2]
  585. a11y.updates.match_found_in_text_content=matchande post funnen f├╢r %S i textinneh├Ñll: %S f├╢r element %S, s├╢kv├ñg %S
  586. # LOCALIZATION NOTE (a11y.updates.match_found_in_selector): Used by a11y. Not directly
  587. # visible in the UI, intended for screen readers.
  588. # Describes the match found when performing a CSS panel search (if it is found in a selector) 
  589. # #1 Search string that was matched. #2 selector in which the match was found  
  590. # examples: Match found for "main" in #mainContent h2 {
  591. a11y.updates.match_found_in_selector=matchande post funnen f├╢r %S i selektor %S
  592. # LOCALIZATION NOTE (a11y.updates.match_found_in_style_property): Used by a11y. Not directly
  593. # visible in the UI, intended for screen readers.
  594. # Describes the match found when performing a CSS panel search (if it is found in a style declaration) 
  595. # #1 Search string that was matched. #2 style property in which the match was found #3 selector the style declaration applies to  
  596. # examples: Match found for background in style declaration background-repeat: "repeat-x"; in selector #mainContent {
  597. a11y.updates.match_found_in_style_declaration=matchande element f├╢r "%S" funnet i stildeklaration %S i selektor %S
  598. # LOCALIZATION NOTE (a11y.updates.match_found_in_dom_property): Used by a11y. Not directly
  599. # visible in the UI, intended for screen readers.
  600. # Describes the match found when performing a DOM panel search  
  601. # #1 Search string that was matched. #2 DOM property in which the match was found   
  602. # examples: Match found for "time" in _starttime : 1257324992232 (Number)
  603. a11y.updates.match_found_in_dom_property=matchande post funnen f├╢r %S i DOM egenskap %S
  604. # LOCALIZATION NOTE (a11y.updates.match_found_in_net_row): Used by a11y. Not directly
  605. # visible in the UI, intended for screen readers.
  606. # Describes the match found when performing a Net panel search  
  607. # #1 Search string that was matched. #2 File name associated to the row in which the match was found. 
  608. # #3 Column in which the match was found #4. Column value   
  609. # examples: Match found for "792" in GET loading_animation.gif, timeline: 792 ms
  610. a11y.updates.match_found_in_net_row=matchande post funnen f├╢r "%S" i %S, %S : %S;
  611. # LOCALIZATION NOTE (a11y.updates.match_found_in_net_summary_row): Used by a11y. Not directly
  612. # visible in the UI, intended for screen readers.
  613. # Describes the match found when performing a Net panel search (if it is found in the Net summary row)
  614. # #1 Search string that was matched. #2 Column value in which the match was found 
  615. # examples: Match found for "05" in net summary row: 4.05s
  616. a11y.updates.match_found_in_net_summary_row=matchande post funnen f├╢r %S i net summeringsrad %S
  617. # LOCALIZATION NOTE (a11y.updates.no_matches_found): Used by a11y. Not directly
  618. # visible in the UI, intended for screen readers.
  619. # Indicates that the searched string was not matched  
  620. # %S Search string that was matched.   
  621. # examples: No matched found for "wefkhwefkgwekhjgjh"
  622. a11y.updates.no_matches_found=inga matchande poster f├╢r '%S' hittades
  623. confirmation.Reset_All_Firebug_Options=├är du s├ñker p├Ñ att du vill ├Ñterst├ñlla alla Firebugs inst├ñllningar till standardv├ñrden?
  624. # Console messages.
  625. warning.Console_must_be_enabled=Konsolen m├Ñste aktiveras
  626. warning.Command_line_blocked?=├är kommandoraden blockerad?
  627. message.Reload_to_activate_window_console=Ladda om sidan f├╢r att aktivera konsollen
  628. # LOCALIZATION NOTE (label.Activate_Firebug_for_the_selected_Firefox_tab):
  629. # If Firebug is displayed in an external window (detached), but not active for the
  630. # currently selected Firefox tab, the following button label is used for an
  631. # activation button.
  632. label.Activate_Firebug_for_the_selected_Firefox_tab=Aktivera Firebug f├╢r vald Firefox flik
  633. # LOCALIZATION NOTE (message.Failed_to_load_source_for, message.The_resource_from_this_URL_is_not_text):
  634. # An error message displayed in the Script panel when a source can't be displayed
  635. # for specific URL.
  636. # examples: Failed to load source for: http://www.example.com/script.js
  637. # examples: The resource from this URL is not text: http://www.example.com/script.js
  638. message.Failed_to_load_source_for=Kunde inte ladda k├ñllkod f├╢r
  639. message.The_resource_from_this_URL_is_not_text=Resursen fr├Ñn denna URL ├ñr inte text
  640.